share task meaning in English
共享任务
Examples
- A procedure that performs repeated or shared tasks uses different information for each call
执行重复或共享任务的过程对每次调用使用不同的信息。 - Procedures are useful for performing repeated or shared tasks , such as frequently used calculations , text and control manipulation , and database operations
过程对执行重复或共享的任务很有用,如常用的计算、文本和控件的操作以及数据库操作。 - It differentiates hard real - time , soft real - time and best - effort applications and supplies different applications for cpu ' s bandwidth according to their own policy . hard real - time applications are executed with a priority because of its processing in real - time kernel . the control of time ratio shared by cpu for soft real - time tasks can keep general time - sharing task not to starve
Rt - linux能对硬实时应用提供较好的支持,本文对其进行剖析,并在此基础上提出一种统一调度框架,该框架对硬实时,软实时,以及尽力而为的应用进行区分,对不同的应用按一定的策略分配cpu带宽。